Skip to content

[Messenger] Transport not mandatory #10092

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jul 19, 2018
Merged

Conversation

kunicmarko20
Copy link
Contributor

After reading the documentation a few days ago I thought that async is the only way this library works, after seeing the discussion today in #general on slack, @sroze explained it. Hopefully, this will help others if they find themselves in the same problem.

@javiereguiluz
Copy link
Member

Thanks Marko! I agree this is important. Instead of adding a note below, I propose to reword the introduction so we can tell about this to the reader as soon as possible.

@javiereguiluz javiereguiluz added this to the 4.1 milestone Jul 19, 2018
Copy link
Contributor

@sroze sroze left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Small rewording, otherwise 👌

messenger.rst Outdated
most of the AMQP brokers such as RabbitMQ.
By default, messages are processed as soon as they are dispatched. If you prefer
to process messages asynchronously, you must configure a transport. These
transports communicate your application with queuing systems or third parties.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

- communicate your application with queuing systems
+ communicate with your application via queuing systems

@sroze
Copy link
Contributor

sroze commented Jul 19, 2018

Thank you @kunicmarko20!

@kunicmarko20
Copy link
Contributor Author

Thank you @javiereguiluz, it is a lot better now!

@javiereguiluz
Copy link
Member

Thanks Marko.

@javiereguiluz javiereguiluz merged commit 47e275b into symfony:4.1 Jul 19, 2018
javiereguiluz added a commit that referenced this pull request Jul 19, 2018
…reguiluz)

This PR was merged into the 4.1 branch.

Discussion
----------

[Messenger] Transport not mandatory

After reading the documentation a few days ago I thought that async is the only way this library works, after seeing the discussion today in #general on slack, @sroze explained it. Hopefully, this will help others if they find themselves in the same problem.

Commits
-------

47e275b Reword
f0942d2 Reword
bdbe542 Transport not mandatory
@kunicmarko20 kunicmarko20 deleted the patch-1 branch July 19, 2018 08:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants